home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 076-100 / scopedisk89 / uut / readme < prev    next >
Text File  |  1995-03-19  |  2KB  |  69 lines

  1.              various unix-like utilties: strings, head, lc
  2.                   Copyright 1989  Edwin Hoogerbeets
  3.  
  4. This code is freely redistributable as long as no charge other than
  5. reasonable copying fees is levied for it.
  6. ----------
  7.  
  8. strings - show printable strings embedded in a binary file
  9.  
  10. Usage:
  11.        strings [file ...]
  12.  
  13. Notes:
  14. If no file name is specified, then strings takes from the stdin.
  15.  
  16. I know type opt h will do the same thing, but I like having all the
  17. Unix utilities available should I happen to type them. (and not
  18. aliased, either)
  19. ---------
  20.  
  21. head - show the beginning lines of a file
  22.  
  23. Usage:
  24.        head [-#] [file ...]
  25.           -# specify number of lines from the beginning of file to print
  26.  
  27. Notes:
  28. I wrote this because we do not have a head on System V at work, and it
  29. annoyed me to no end. I wrote it to conform to the man page from the
  30. Sun, and and it works fine. I downloaded it to my Ami and found that
  31. there was 0 porting work to be done. (for Manx at least, I don't know
  32. about Lattice -- there should be no problem whatsoever.)
  33. --------
  34.  
  35. lc - a directory lister in the style of the Waterloo lc for BSD Unix
  36.  
  37. Usage:
  38.        lc [-dfa] [directory ...]
  39.           -d only list directories
  40.           -f only list files
  41.           -a all files  (useful for listing the directory called "-d")
  42.  
  43. Notes:
  44. This is another little hack I wrote up while "getting into" DOS. It
  45. works, and I like the format of the output. (We have lc at work and
  46. at school, so it's like a standard for me at least...)
  47.  
  48. Some of the code is kludgy, (I know, I know) but I do not plan to
  49. upgrade it very much. As I said, it works already.
  50.  
  51. Acknowledgements:
  52.  
  53. Thanks goes to Matt Dillon. I hacked his quicksort and window size finding
  54. routines from the shell into this code. I don't know what's wrong with the
  55. Manx qsort, but it is neither quick nor a sort. (gave me rubbish, it did!)
  56. ------------
  57.  
  58. Please redirect any comments, criticisms, left-over chocolate Easter
  59. bunnies, buxomous single females or nymphomaniacs to:
  60.  
  61. Edwin Hoogerbeets (It's a Dutch name. I was born with it... )
  62. Usenet: ...!utzoo!hcr!edwin or edwin@hcr (until Apr 30,89)
  63.         edwin@watcsc.waterloo.edu (thereafter)
  64. CIS:    72647,3675 (any time at all)
  65.  
  66.  
  67.  
  68.  
  69.